home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / others / ltmd.zip / MW50.ZIP / SKPLUS.DEF < prev    next >
Text File  |  1988-09-07  |  1KB  |  30 lines

  1. ;-----------------------------------------------------------------------;
  2. ;                                    ;
  3. ;    LOGIMENU File definition for Sidekick Plus v 1.0  (Borland)     ;
  4. ;       WITH NON-RESIDENT PARAMETER " /G "                              ;
  5. ;    Copyright (C) 1988 LOGITECH, Inc.                ;
  6. ;                                    ;
  7. ;-----------------------------------------------------------------------;
  8.  
  9. BEGIN LeftB, MidB, RightB, LeftM, RightM, UpM, DownM, 50, 50
  10. CHORDS LMB, LRB, MRB, ALLB
  11. ;
  12. ;NOTE: with 2-button mouse, "MidB" means both buttons,
  13. ;      and CHORDS are disabled
  14. ;
  15.  
  16. LeftB:    TYPE ENTER
  17. MidB:    TYPE 0,63               ;  F5 key -- Zoom
  18. RightB:    TYPE ESC
  19.  
  20. LMB:    TYPE 0,67               ;  F9 key -- Note
  21. LRB:    TYPE 0,64               ;  F6 key -- Switch Screens
  22. MRB:    TYPE 0,68               ;  F10 key -- Menu
  23. ALLB:   TYPE 0,59        ;  F1 key -- Help
  24.  
  25. LeftM:    TYPE 0, 75    ; 0, 75 is Left Arrow Key
  26. RightM:    TYPE 0, 77    ; 0, 77 is Right Arrow Key
  27. UpM:    TYPE 0, 72    ; 0, 72 is Up Arrow Key
  28. DownM:    TYPE 0, 80    ; 0, 80 is Down Arrow Key
  29.  
  30.